Touch Gesture
UNREAL ASSETS
Documentation
Touch Gesture Transformation
You can refer to this video for more details: Touch Gesture Tutorial
Touch Gesture Rotation Component Provide easy access to Rotation Functionalities.
Users can change rotation in one direction or in two directions.
- YAW (X)
- PITCH (Y)
- ROLL (Z)
- YawAndPitch (XY)
- YawAndRoll (XZ)
- PitchAndRoll (YZ)
It’s very easy to use and setup Touch Gesture Rotation Functionalities, let’s see it in action.
Step 1:
- Add Touch Gesture Rotation component to any class.
Step 2:
- Provide an actor that you want to Rotate.